home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Spring / ARPL-Spring-93-Partner-Edition.iso / Applications / Databases / GQL V3.0 Demo / GQL⁄User / GQL_User.rsrc / STR#_1610.txt < prev    next >
Encoding:
Text File  |  1992-02-03  |  223 b   |  9 lines

  1. database ^DATABASE^;
  2.  
  3. show view ^TABLE^;
  4.  
  5.  
  6.  
  7. select ColumnName, ColumnType, ColumnLength, Nullable, ColumnFormat, DecimalTotalDigits, DecimalFractionalDigits from DBC.Columns where TableName = '^0' and DataBaseName = '^1';
  8.  
  9.